home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #13 / CD 13 (Black) - 2001.iso / Open Kart / data1.cab / Level_0_English_Data / menu_championnat_apres_course.txt < prev    next >
Encoding:
Text File  |  2001-05-10  |  2.6 KB  |  160 lines

  1. ;//****************** RESULTAT APRES COURSE NORMAL *******************
  2. new Container
  3. {
  4.     name "container_championship_apres_course"
  5.     z 1
  6.  
  7.     background "data/menus/i_bg_carriere_sponsor_640_0.nif"
  8.  
  9.  
  10.     on_idle ActionIdleManager
  11.     {
  12.         ;eMENU_CHAMPIONSHIP_AFTER_RACE        
  13.         current_menu 1014        
  14.     }        
  15.  
  16.     
  17.     new FastFont
  18.     {
  19.         ;// Title header
  20.         x 0.355
  21.         y 0.82
  22.         ratio 0.3
  23.         text "Final Ranking"
  24.     }    
  25.     new MenuButton
  26.     {
  27.         name "titre_fenetre_carriere_champ"
  28.         x 0.749
  29.         y 0.85
  30.         size_x 0.25
  31.         size_y 0.163
  32.         text "Ranking"
  33.         text_size 0.45
  34.         text_initial_color <0,0.66,1,1>
  35.         normal_image "data/menus/i_titre_bouton.nif"
  36.         highlight_image ""
  37.     }    
  38.     new FastFont
  39.     {
  40.         ;// Title header
  41.         x 0.355
  42.         y 0.78
  43.         ratio 0.22
  44.         text "Rank|Driver|#|Time|Speed"
  45.         multi_column (0.055,0.245,0.05,0.17)
  46.     }    
  47.     new FastFont
  48.     {
  49.         ;// max.
  50.         x 0.7075
  51.         y 0.75
  52.         ratio 0.22
  53.         text "total"
  54.     }    
  55.     new FastFont
  56.     {
  57.         ;// temps
  58.         x 0.877
  59.         y 0.75
  60.         ratio 0.22
  61.         text "Max."
  62.     }    
  63.     new List
  64.     {
  65.         name "championnat_classement_apres_course"
  66.         x 0.34
  67.         y 0.41
  68.         z 0.9
  69.         size_x 0.66    
  70.         size_y 0.325
  71.         multi_column (0.05,0.235,0.06,0.17)
  72.         background "data/menus/i_carre_listbox.nif"
  73.  
  74.         selection_type 4
  75.         display_type 0 
  76.     }
  77.     new MenuButton
  78.     {
  79.         ;// Continuer
  80.         x 0.74
  81.         y 0.07
  82.         text "Continue"
  83.  
  84.         ;eCHAMPIONSHIP_RETOUR_STATS_PAGE
  85.         state_manager "1207"
  86.     }
  87. }
  88.  
  89. ;//****************** RESULTAT APRES COURSE QUALIF *******************
  90. new Container
  91. {
  92.     name "container_championship_apres_qualif"
  93.     z 1
  94.  
  95.     background "data/menus/i_bg_carriere_sponsor_640_0.nif"
  96.  
  97.  
  98.     on_idle ActionIdleManager
  99.     {
  100.         ;eMENU_CHAMPIONSHIP_AFTER_RACE        
  101.         current_menu 1014        
  102.     }        
  103.     
  104.  
  105.     new FastFont
  106.     {
  107.         ;// Title header
  108.         x 0.56
  109.         y 0.82
  110.         ratio 0.3
  111.         text "Ranking After Qualification."
  112.         auto_center 1
  113.     }    
  114.     new MenuButton
  115.     {
  116.         name "titre_fenetre_carriere_champ"
  117.         x 0.749
  118.         y 0.85
  119.         size_x 0.25
  120.         size_y 0.163
  121.         text "Qualifications"
  122.         text_size 0.45
  123.         text_initial_color <0,0.66,1,1>
  124.         normal_image "data/menus/i_titre_bouton.nif"
  125.         highlight_image ""
  126.     }    
  127.  
  128.     new FastFont
  129.     {
  130.         ;// Title header
  131.         x 0.3625
  132.         y 0.76
  133.         ratio 0.22
  134.         text "Rank|Name|#|Time"
  135.         multi_column (0.06,0.255,0.075)
  136.     }    
  137.     new List
  138.     {
  139.         name "championnat_classement_apres_course_qualif"
  140.         x 0.35
  141.         y 0.41
  142.         z 0.9
  143.         size_x 0.5
  144.         size_y 0.325
  145.         multi_column (0.05,0.25,0.08)
  146.         background "data/menus/i_carre_listbox.nif"
  147.  
  148.         selection_type 4
  149.         display_type 0 
  150.     }
  151.     new MenuButton
  152.     {
  153.         x 0.74
  154.         y 0.07
  155.         text "Continue"
  156.  
  157.         ;eCHAMPIONSHIP_RETOUR_STATS_PAGE
  158.         state_manager "1207"
  159.     }
  160. }